|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
This class holds the General Tunnel Attributes. More...
Public Member Functions | |
| void | setPolicyName (string) |
| Sets the policy name. More... | |
| string | getTunnelName () |
| Returns the tunnel name. More... | |
| string | getPolicyName () |
| Returns the policy name. More... | |
This class holds the General Tunnel Attributes.
| string TunnelGeneralAttributes::getPolicyName | ( | ) |
Returns the policy name.
| string TunnelGeneralAttributes::getTunnelName | ( | ) |
Returns the tunnel name.
| void TunnelGeneralAttributes::setPolicyName | ( | string | ) |
Sets the policy name.
| string,the | policy name. |